home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / gdb-4.5 / dist / README < prev   
Encoding:
Text File  |  1992-02-01  |  885 b   |  26 lines

  1.            README for GNU development tools
  2.                 Cygnus Support
  3.  
  4. This directory contains various GNU compilers, assemblers, linkers, 
  5. debuggers, etc., plus their support routines, definitions, and documentation.
  6.  
  7. If you are receiving this as part of a GDB release, see the file
  8. gdb/README.  If with a gas release, see gas/README, etc.
  9.  
  10. It is now possible to configure and build a variety of tools with one
  11. command.  To build any or all of the tools contained herein, run the
  12. ``configure'' script here, e.g.:
  13.  
  14.     ./configure myhosttype
  15.  
  16. followed by running ``make''.  To see all the possible tools that can
  17. be configured here, do:
  18.  
  19.     ./configure -v myhosttype
  20.  
  21. (Note that the currently distributed versions of most tools do not yet
  22.  fit into this structure -- just GDB for now.  Others are on the way.)
  23.  
  24. See cfg-paper.texi, and/or the README files in various subdirectories,
  25. for more details.
  26.